home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TXT / OS.TXT < prev    next >
Text File  |  1997-06-17  |  576b  |  21 lines

  1. OS detection
  2. ------------
  3.  
  4. During startup QLIB will try and detect the current OS.
  5. _os_typ will hold what was detected.
  6. _os_ver_major and _os_ver_minor will hold it's version
  7. _dos_ver_major and _dos_ver_minor will always hold DOS's version
  8.  
  9. These are defined in os.h (and os.inc)
  10. Name     Description
  11. ----     -----------
  12. OS_DOS   MS-DOS
  13. OS_WIN   Windows 3.x
  14. OS_WIN95 Windows NTv4.0/95
  15. OS_WINNT Windows NTv3.x   (v4.0 not detected yet)
  16. OS_DV    Desqview
  17. OS_OS2   OS/2  (not detected yet)
  18.  
  19. As you can see some OSes are not yet detected.  I need some code!
  20.  
  21.